freebsd-ports/x11-fonts/nucleus/Makefile
Jimmy Olgeni f119779ca7 Fix typo in MASTER_SITES, add MASTER_SITE_SUBDIR.
PR:		57291
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-09-28 08:53:50 +00:00

30 lines
568 B
Makefile

# New ports collection makefile for: nucleus
# Date created: Sat Aug 12 15:02:03 CEST 2000
# Whom: olgeni@uli.it
#
# $FreeBSD$
#
PORTNAME= nucleus
PORTVERSION= 0.77
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xfonts
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Another font package for X
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
.endif
post-install:
@${CAT} ${DESCR}
.include <bsd.port.post.mk>