summaryrefslogtreecommitdiff
path: root/x11/idesk
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-02-05 00:04:01 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-02-05 00:04:01 +0000
commitc2699fb1e99c197849a3ff375395cee7507cf2f7 (patch)
treed2d4ab443e45259037b701fe0c4ea5b6e3a821a8 /x11/idesk
parent- Fix plist (diff)
- Move to LOCALBASE
- Clean up - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=184204
Diffstat (limited to 'x11/idesk')
-rw-r--r--x11/idesk/Makefile8
-rw-r--r--x11/idesk/files/pkg-message.in12
-rw-r--r--x11/idesk/pkg-message8
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 ;)
-
------------------------------------------------------------------+