1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Make this package require xpm.

This commit is contained in:
Jordan K. Hubbard 1994-11-18 04:46:15 +00:00
parent 32af73ce80
commit bd7f2c1e65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412

View File

@ -3,7 +3,7 @@
# Date created: 25 August 1994
# Whom: jkh
#
# $Id: Makefile,v 1.8 1994/10/06 02:56:58 jkh Exp $
# $Id: Makefile,v 1.9 1994/11/17 00:08:59 jkh Exp $
#
DISTNAME= fvwm
@ -13,9 +13,13 @@ DISTFILES= fvwm-core.tar.gz fvwm-modules.tar.gz \
MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/
USE_IMAKE= yes
DEPENDS= ${PORTSDIR}/x11/xpm
PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \
-r ${PKGDIR}/REQUIRES -p ${PREFIX}
pre-install:
@cp ${FILESDIR}/configure2.h ${WRKSRC}/configure.h
@(cd ${WRKSRC}; ${MAKE} Makefiles)
.include <bsd.port.mk>