2000-09-19 16:45:40 +00:00
|
|
|
# New ports collection makefile for: wrapper
|
|
|
|
# Date created: 2000-09-18
|
|
|
|
# Whom: Trevor Johnson <trevor@jpj.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wrapper
|
2000-10-23 12:54:03 +00:00
|
|
|
PORTVERSION= 1.0
|
2000-11-03 22:03:31 +00:00
|
|
|
PORTREVISION= 1
|
2000-09-19 16:45:40 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2000-10-02 05:39:35 +00:00
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
2000-09-19 16:45:40 +00:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
2000-10-23 12:54:03 +00:00
|
|
|
do-fetch:
|
2000-09-19 16:45:40 +00:00
|
|
|
|
|
|
|
do-build:
|
2000-10-23 12:54:03 +00:00
|
|
|
${CC} ${CFLAGS} -o ${WRKSRC}/Xwrapper ${FILESDIR}/wrapper.c
|
2000-09-19 16:45:40 +00:00
|
|
|
|
|
|
|
do-install:
|
2000-10-23 12:03:46 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/Xwrapper ${PREFIX}/bin
|
|
|
|
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
2000-09-19 16:45:40 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|