freebsd-ports/x11-servers/XFree86-4-PrintServer/Makefile
FUJISHIMA Satsuki 73a6d7be17 update to 4.1.0.
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.

note: DRI modules would not build. They are borken for FreeBSD.

Reviewed by:	maintainer
2001-06-12 15:01:11 +00:00

30 lines
691 B
Makefile

# New ports collection makefile for: XFree86-PrintServer
# Date created: 10 Oct 1999
# Whom: taguchi@tohoku.iij.ad.jp
#
# $FreeBSD$
#
PORTNAME= PrintServer
PORTVERSION= 4.1.0
CATEGORIES= x11-servers
MASTER_SITES= ${MASTER_SITE_XFREE}
MASTER_SITE_SUBDIR= 4.1.0
PKGNAMEPREFIX= XFree86-
DISTFILES= X410src-1.tgz
MAINTAINER= taguchi@tohoku.iij.ad.jp
XFREE86_VERSION= 4
USE_IMAKE= YES
DIST_SUBDIR= xc
WRKSRC= ${WRKDIR}/xc
PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files
MAKE_ENV= MAN_INSTALL_TARGET=NOOP
ALL_TARGET= FreeBSDPortsBuild
INSTALL_TARGET= installXprt
do-configure:
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
.include <bsd.port.mk>