diff options
author | acm <acm@FreeBSD.org> | 2007-02-05 08:04:01 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-02-05 08:04:01 +0800 |
commit | afe68707e68135b07fcb6fde30fcc383e1f91488 (patch) | |
tree | d9bfe77529da0d87ffe270eaeb05b685c96f88d3 /x11 | |
parent | 93c8ebab972496084756190ceae3f7b8053c4197 (diff) | |
download | freebsd-ports-gnome-afe68707e68135b07fcb6fde30fcc383e1f91488.tar.gz freebsd-ports-gnome-afe68707e68135b07fcb6fde30fcc383e1f91488.tar.zst freebsd-ports-gnome-afe68707e68135b07fcb6fde30fcc383e1f91488.zip |
- Move to LOCALBASE
- Clean up
- Bump PORTREVISION
Diffstat (limited to 'x11')
-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 ;) - ------------------------------------------------------------------+ |