2000-09-16 06:23:51 +02:00
|
|
|
# New ports collection makefile for: nucleus
|
|
|
|
# Date created: Sat Aug 12 15:02:03 CEST 2000
|
|
|
|
# Whom: olgeni@uli.it
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nucleus
|
2000-11-26 03:43:55 +01:00
|
|
|
PORTVERSION= 0.77
|
2003-04-13 00:26:53 +02:00
|
|
|
PORTREVISION= 2
|
2000-09-16 06:23:51 +02:00
|
|
|
CATEGORIES= x11-fonts
|
2003-09-28 10:53:50 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= xfonts
|
2000-09-16 06:23:51 +02:00
|
|
|
|
2001-01-24 13:43:14 +01:00
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2003-02-23 11:51:29 +01:00
|
|
|
COMMENT= Another font package for X
|
2000-09-16 06:23:51 +02:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
2000-11-26 03:43:55 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${XFREE86_VERSION} == 4
|
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
|
|
|
.endif
|
|
|
|
|
2000-09-16 06:23:51 +02:00
|
|
|
post-install:
|
2000-10-08 12:23:48 +02:00
|
|
|
@${CAT} ${DESCR}
|
2000-09-16 06:23:51 +02:00
|
|
|
|
2000-11-26 03:43:55 +01:00
|
|
|
.include <bsd.port.post.mk>
|