diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-08 03:14:14 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-08 03:14:14 +0000 |
commit | d8d2cf17f92ccd5d80f2d631612145be2efe8210 (patch) | |
tree | f38635cc3a450709126798fde4a60c2d4119295e /misc | |
parent | 75908deff856f21a7e7b84b870f060208c0aa8da (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pdmenu/Makefile | 15 | ||||
-rw-r--r-- | misc/zaptel/Makefile | 1 |
2 files changed, 5 insertions, 11 deletions
diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile index da407b12965a..fa94a20c497d 100644 --- a/misc/pdmenu/Makefile +++ b/misc/pdmenu/Makefile @@ -6,14 +6,15 @@ PORTNAME= pdmenu PORTVERSION= 1.2.96 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= A simple console menu program -OPTIONS= SLANG2 "Build using libslang-2.x" off +LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 WRKSRC= ${WRKDIR}/${PORTNAME} @@ -35,14 +36,6 @@ PLIST_FILES= bin/pdmenu \ %%DATADIR%%/showdir.pl PLIST_DIRS= %%DATADIR%% -.include <bsd.port.pre.mk> - -.if defined(WITH_SLANG2) -LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 -.else -LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pdmenu ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/examples/pdmenurc ${PREFIX}/etc @@ -59,4 +52,4 @@ do-install: post-install: @${STRIP_CMD} ${PREFIX}/bin/pdmenu -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile index 09b577b2802e..cfaf9a74049a 100644 --- a/misc/zaptel/Makefile +++ b/misc/zaptel/Makefile @@ -7,6 +7,7 @@ PORTNAME= zaptel PORTVERSION= 1.4.11 +PORTREVISION= 1 CATEGORIES= misc kld MASTER_SITES= http://people.freebsd.org/~gonzo/zaptel/ DISTNAME= ${PORTNAME}-bsd-${PORTVERSION} |