freebsd-ports/x11/wrapper/Makefile
Trevor Johnson 11b0931878 Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam.
2003-11-13 10:11:35 +00:00

34 lines
681 B
Makefile

# New ports collection makefile for: wrapper
# Date created: 2000-09-18
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= wrapper
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= trevor@FreeBSD.org
COMMENT= Wrapper for XFree86-4 server
RUN_DEPENDS= XFree86:${PORTSDIR}/x11-servers/XFree86-4-Server
NO_WRKSUBDIR= yes
PLIST= ${WRKDIR}/pkg-plist
USE_X_PREFIX= yes
do-fetch:
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/Xwrapper-4 ${FILESDIR}/wrapper.c
pre-install:
${ECHO_CMD} bin/Xwrapper-4 > ${PLIST}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Xwrapper-4 ${PREFIX}/bin
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>