diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
commit | 4e4178dab5c2825019e9652f1ba4f102253a31df (patch) | |
tree | a101ccfbdb487a4c9c92a67d6d88ac8775e3362a /sysutils/asusoled | |
parent | ecec69fbc311162911f66439dedf61b8176ef964 (diff) | |
download | ports-4e4178dab5c2825019e9652f1ba4f102253a31df.tar.gz ports-4e4178dab5c2825019e9652f1ba4f102253a31df.zip |
Notes
Diffstat (limited to 'sysutils/asusoled')
-rw-r--r-- | sysutils/asusoled/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/sysutils/asusoled/Makefile b/sysutils/asusoled/Makefile index 6658081a8f6d..b1a611527440 100644 --- a/sysutils/asusoled/Makefile +++ b/sysutils/asusoled/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: asusoled -# Date created: 2008-09-11 -# Whom: Jung-uk Kim <jkim@FreeBSD.org> -# +# Created by: Jung-uk Kim <jkim@FreeBSD.org> # $FreeBSD$ -# PORTNAME= asusoled PORTVERSION= 0.10 @@ -29,11 +25,7 @@ MAKE_ARGS+= TTF_FONT=${FONTDIR}/TTF/luxisr.ttf FONTDIR?= ${LOCALBASE}/lib/X11/fonts -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb -.endif +.include <bsd.port.options.mk> post-install: .if !defined(NOPORTDATA) @@ -42,7 +34,7 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/data/${i} ${DATADIR} .endfor .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${CAT} ${PKGMESSAGE} > ${WRKSRC}/README.FreeBSD @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} @@ -53,4 +45,4 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |