freebsd-ports/x11/wrapper/Makefile
Alexey Dokuchaev 5860152733 - Remove superfluous (second) COMMENT assignment
- Unmute program installation statement
- Explicitly state that do-fetch target is empty per what bpm suggests
- Clean up Makefile
- Use canonical spelling of X.Org in pkg-descr, kill attribution (port
  author is credited in Makefile header)

Approved by:	x11 (timeout since 06/10)
2010-07-18 13:19:39 +00:00

37 lines
804 B
Makefile

# New ports collection makefile for: Xwrapper
# Date created: 2000-09-18
# Whom: Trevor Johnson <trevor@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wrapper
PORTVERSION= 1.0
PORTREVISION= 10
CATEGORIES= x11
DISTNAME= # intentionally left blank
EXTRACT_SUFX= # intentionally left blank
MAINTAINER= x11@FreeBSD.org
COMMENT= Wrapper for X.Org X11 server
RUN_DEPENDS= Xorg:${PORTSDIR}/x11-servers/xorg-server
NO_WRKSUBDIR= yes
USE_XORG= x11
PLIST_FILES= bin/Xwrapper
XSERVER= -DXSERVER_PATH=\"${LOCALBASE}/bin/Xorg\"
PKGNAMEPREFIX= xorg-
do-fetch:
@${DO_NADA}
do-build:
${CC} ${CFLAGS} ${XSERVER} -o ${WRKSRC}/Xwrapper ${FILESDIR}/wrapper.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Xwrapper ${PREFIX}/bin
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>