freebsd-ports/sysutils/wmcube-gdk/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

44 lines
1.1 KiB
Makefile

# New ports collection makefile for: wmcube-gdk
# Date created: Thu Aug 16 12:42:18 EDT 2001
# Whom: Patrick Li <pat@databits.net>
#
# $FreeBSD$
#
PORTNAME= wmcube
PORTVERSION= 0.98p2
PORTREVISION= 5
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/
PKGNAMESUFFIX= -gdk
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= wmcube-gdk is a modified version of the dockapp wmCube
USE_XORG= xpm
USE_GNOME= gtk12
MAKEFILE= Makefile.FREEBSD
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmcube \
${PREFIX}/bin/wmcube-gdk
@${CHMOD} g+s ${PREFIX}/bin/wmcube-gdk
@${CHOWN} root:kmem ${PREFIX}/bin/wmcube-gdk
post-install:
.for files in *.wmc
@${MKDIR} ${DATADIR}${PKGNAMESUFFIX}
@${INSTALL_DATA} ${WRKSRC}/3dObjects/${files} \
${DATADIR}${PKGNAMESUFFIX}
.endfor
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}
.for file in CHANGES README README.GDK TODO
@${INSTALL_DATA} ${WRKSRC}/${file} \
${DOCSDIR}${PKGNAMESUFFIX}
.endfor
.endif #NOPORTDOCS
@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE}
.include <bsd.port.mk>