freebsd-ports/x11-wm/fvwm-themes/Makefile
Adam Weinberger 276893cdc6 Somehow, a number of X11-related directories snuck into the @dirrm
list. I've removed them from the list, and bumped the PORTREVISION
for good luck.

PR:		45507
Submitted by:	parv <parv_fm@nospammail.net>
Approved by:	Kyle Martin <mkm@ieee.org> (maintainer)
2003-01-02 18:54:51 +00:00

36 lines
880 B
Makefile

# New ports collection makefile for: fvwm-themes
# Date created: 2 February 2001
# Whom: Oyvind Albrigtsen
#
# $FreeBSD$
#
PORTNAME= fvwm-themes
PORTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fvwm-themes
DISTFILES= fvwm-themes-base-${PORTVERSION}${EXTRACT_SUFX} \
fvwm-themes-extra-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= mkm@ieee.org
BUILD_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fvwm2 \
gm4:${PORTSDIR}/devel/m4
RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}-base-${PORTVERSION}
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
MAN1= fvwm-themes-config.1 fvwm-themes-menuapp.1 fvwm-themes-com.1 \
fvwm-themes-images.1 fvwm-themes-start.1
pre-install:
${MV} ${WRKDIR}/fvwm-themes-extra-${PORTVERSION}/* ${WRKSRC}/themes
.include <bsd.port.mk>