diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-26 03:14:43 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-26 03:14:43 +0800 |
commit | 829086f391d67260ccc3007dc40423d9941b869e (patch) | |
tree | c71927c24616b647a0be8594203b80a737a11e2a /x11/swarp | |
parent | 11b654553e6799f28ab93b56abaf6a16d6806ab0 (diff) | |
download | freebsd-ports-gnome-829086f391d67260ccc3007dc40423d9941b869e.tar.gz freebsd-ports-gnome-829086f391d67260ccc3007dc40423d9941b869e.tar.zst freebsd-ports-gnome-829086f391d67260ccc3007dc40423d9941b869e.zip |
For some of the unmaintained ports in the x11 category convert them to OptionsNG
While here, trim the headers
Diffstat (limited to 'x11/swarp')
-rw-r--r-- | x11/swarp/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/swarp/Makefile b/x11/swarp/Makefile index 81fae8530c46..19bedc16170c 100644 --- a/x11/swarp/Makefile +++ b/x11/swarp/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: swarp -# Date created: 2008-01-15 -# Whom: Daniel Roethlisberger <daniel@roe.ch> -# +# Created by: Daniel Roethlisberger <daniel@roe.ch> # $FreeBSD$ -# PORTNAME= swarp PORTVERSION= 0.1 @@ -26,11 +22,13 @@ MAKE_ARGS= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lX11" \ PORTDOCS= README PLIST_FILES= bin/swarp +.include <bsd.port.options.mk> + post-patch: @${ECHO_CMD} -n > ${WRKSRC}/config.mk post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif |