mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove unnecessary BUILD_DEPENDS and clean up the Makefile a bit.
PR: ports/52485 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
6990a60695
commit
d7c0a985e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81557
2 changed files with 16 additions and 24 deletions
|
@ -9,22 +9,18 @@ PORTNAME= qnxstyle
|
||||||
PORTVERSION= 0.1
|
PORTVERSION= 0.1
|
||||||
CATEGORIES= x11-wm kde
|
CATEGORIES= x11-wm kde
|
||||||
MASTER_SITES= http://www.kde-look.org/content/files/
|
MASTER_SITES= http://www.kde-look.org/content/files/
|
||||||
DISTNAME= $(KDELOOKITEM)-${PORTNAME}-$(PORTVERSION)
|
DISTNAME= ${KDELOOKITEM}-${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A QNX style/theme for KDE3
|
COMMENT= A QNX style/theme for KDE3
|
||||||
|
|
||||||
BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \
|
|
||||||
automake14:${PORTSDIR}/devel/automake14
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
KDELOOKITEM= 1444
|
KDELOOKITEM= 1444
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
USE_KDELIBS_VER= 3
|
USE_KDELIBS_VER= 3
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -9,22 +9,18 @@ PORTNAME= qnxstyle
|
||||||
PORTVERSION= 0.1
|
PORTVERSION= 0.1
|
||||||
CATEGORIES= x11-wm kde
|
CATEGORIES= x11-wm kde
|
||||||
MASTER_SITES= http://www.kde-look.org/content/files/
|
MASTER_SITES= http://www.kde-look.org/content/files/
|
||||||
DISTNAME= $(KDELOOKITEM)-${PORTNAME}-$(PORTVERSION)
|
DISTNAME= ${KDELOOKITEM}-${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A QNX style/theme for KDE3
|
COMMENT= A QNX style/theme for KDE3
|
||||||
|
|
||||||
BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \
|
|
||||||
automake14:${PORTSDIR}/devel/automake14
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
KDELOOKITEM= 1444
|
KDELOOKITEM= 1444
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
USE_KDELIBS_VER= 3
|
USE_KDELIBS_VER= 3
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue