diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-02-05 00:04:01 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-02-05 00:04:01 +0000 |
commit | c2699fb1e99c197849a3ff375395cee7507cf2f7 (patch) | |
tree | d2d4ab443e45259037b701fe0c4ea5b6e3a821a8 /x11/idesk | |
parent | d44313e95ee7d5ddfb160d7625b6df6c312d3145 (diff) | |
download | ports-c2699fb1e99c197849a3ff375395cee7507cf2f7.tar.gz ports-c2699fb1e99c197849a3ff375395cee7507cf2f7.zip |
Notes
Diffstat (limited to 'x11/idesk')
-rw-r--r-- | x11/idesk/Makefile | 8 | ||||
-rw-r--r-- | x11/idesk/files/pkg-message.in | 12 | ||||
-rw-r--r-- | x11/idesk/pkg-message | 8 |
3 files changed, 18 insertions, 10 deletions
diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile index 9ceab99229f1..d5ac58488c93 100644 --- a/x11/idesk/Makefile +++ b/x11/idesk/Makefile @@ -7,6 +7,7 @@ PORTNAME= idesk PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/ @@ -16,7 +17,7 @@ COMMENT= Place launch icons and background directly on your desktop BUILD_DEPENDS= imlib2-config:${PORTSDIR}/graphics/imlib2 -USE_X_PREFIX= yes +USE_XLIB= yes USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -25,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CXXFLAGS+= `imlib2-config --cflags` `freetype-config --cflags` MAKE_ARGS= cc="${CXX}" cflags="${CXXFLAGS}" +SUB_FILES= pkg-message OPTIONS= XFT "XFT antialias support" on \ SHAPE "Enable support of the XShape extension" on \ @@ -56,6 +58,8 @@ do-install: ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif - @${SED} -e 's:%%PREFIX%%:${PREFIX}:' ${PKGMESSAGE} + +post-install: + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/x11/idesk/files/pkg-message.in b/x11/idesk/files/pkg-message.in new file mode 100644 index 000000000000..15a919102cf8 --- /dev/null +++ b/x11/idesk/files/pkg-message.in @@ -0,0 +1,12 @@ +############################################################################### + +Idesk was installed + +You need to configure idesk before you can use it. A detailed explanation can +be found in the README file which resides in: + +%%PREFIX%%/share/doc/idesk + +Unless you have chosen not to install it ;) + +############################################################################### diff --git a/x11/idesk/pkg-message b/x11/idesk/pkg-message deleted file mode 100644 index e8e23c8e6b18..000000000000 --- a/x11/idesk/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -+----------------------------------------------------------------- - -You need to configure idesk before you can use it. -A detailed explanation can be found in the README file which -resides in %%PREFIX%%/share/doc/idesk unless you have chosen not -to install it ;) - ------------------------------------------------------------------+ |