1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/x11-fonts/nucleus/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

26 lines
459 B
Makefile

# $FreeBSD$
PORTNAME= nucleus
PORTVERSION= 0.77
PORTREVISION= 5
CATEGORIES= x11-fonts
MASTER_SITES= SF/xfonts/OldFiles
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Another font package for X
USES= fonts
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
WRKSRC= ${WRKDIR}/${PORTNAME}
do-build:
@cd ${WRKSRC}/src && ./compile
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/*.gz ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>