diff options
Diffstat (limited to 'misc/wmpal/Makefile')
-rw-r--r-- | misc/wmpal/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/misc/wmpal/Makefile b/misc/wmpal/Makefile index a60b23906ad6..1b2a47b94ddb 100644 --- a/misc/wmpal/Makefile +++ b/misc/wmpal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmpal -# Date created: 20 April 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wmpal PORTVERSION= 0.6.1 @@ -11,7 +7,7 @@ CATEGORIES= misc windowmaker MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A one of the most useless dockapps in the world +COMMENT= One of the most useless dockapps in the world USE_XORG= xpm GNU_CONFIGURE= yes @@ -21,11 +17,13 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= README PLIST_FILES= bin/wmpal +.include <bsd.port.options.mk> + post-patch: @${REINPLACE_CMD} -e 's|"dino"|"daemon"|g' ${WRKSRC}/wmpal.c post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif |