mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
28 lines
563 B
Makefile
28 lines
563 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= 4
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= SF/xfonts/OldFiles
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Another font package for X
|
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_XORG= x11
|
|
|
|
post-install:
|
|
@${CAT} ${DESCR}
|
|
|
|
.include <bsd.port.mk>
|