diff options
Diffstat (limited to 'french/pluxml-theme-snowxml/Makefile')
-rw-r--r-- | french/pluxml-theme-snowxml/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/french/pluxml-theme-snowxml/Makefile b/french/pluxml-theme-snowxml/Makefile deleted file mode 100644 index 3c04c67f1579..000000000000 --- a/french/pluxml-theme-snowxml/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: pluxml-theme-snowxml -# Date created: 27 September 2007 -# Whom: Philippe Audeoud <jadawin@tuxaco.net> -# -# $FreeBSD$ -# - -PORTNAME= pluxml -PORTVERSION= 0.1 -CATEGORIES= french www -MASTER_SITES= http://jadawin.tuxaco.net/ -PKGNAMESUFFIX= -theme-snowxml -DISTNAME= ${PORTNAME}.${PKGNAMESUFFIX:C/-(.*)-(.*)/\2/} - -MAINTAINER= jadawin@tuxaco.net -COMMENT= Theme for pluxml > 0.3.0 - -RUN_DEPENDS= ${WWWDIR}/pluxml:${PORTSDIR}/french/pluxml - -DEPRECATED= pluxml is marked as deprecated -EXPIRATION_DATE= 2008-01-14 - -NO_BUILD= yes - -SUB_FILES= pkg-message -SUB_LIST= PORTNAME=${PORTNAME} -PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} - -WRKSRC= ${WRKDIR}/${PKGNAMESUFFIX:C/-(.*)-(.*)/\2/} - -do-install: - ${MKDIR} ${WWWDIR}/pluxml/templates/${PKGNAMESUFFIX:C/-(.*)-(.*)/\2/} - ${CP} -R ${WRKDIR}/${PKGNAMESUFFIX:C/-(.*)-(.*)/\2/} \ - ${WWWDIR}/pluxml/templates/ - ${CHOWN} -R ${WWWOWN}:${WWWGRP} \ - ${WWWDIR}/pluxml/templates/${PKGNAMESUFFIX:C/-(.*)-(.*)/\2/} - -post-install: - @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} - -.include <bsd.port.mk> |