23 lines
453 B
Makefile
23 lines
453 B
Makefile
# $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
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@${CAT} ${DESCR}
|
|
|
|
.include <bsd.port.mk>
|