1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/x11-fonts/artwiz-fonts/Makefile
Renato Botelho 2ce672b66b . Support STAGE
. Simplify Makefile
. Move pkg-message to files/pkg-message.in and use SUB_FILES
2013-10-31 23:56:00 +00:00

34 lines
828 B
Makefile

# Created by: Dominic Marks <dominic.marks@btinternet.com>
# $FreeBSD$
PORTNAME= artwiz-fonts
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= x11-fonts
MASTER_SITES= http://kobyla.info/soft/distfiles/ \
LOCAL/garga/artwiz/
DISTNAME= ${PORTNAME}
MAINTAINER= garga@FreeBSD.org
COMMENT= A set of free fonts for X11 desktops
NO_BUILD= yes
USE_BZIP2= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
WRKSRC= ${WRKDIR}/fluxbox-${PORTNAME}
FONTS= anorexia aqui cure cursor drift edges gelly glisp-bold \
glisp lime mints-mild mints-strong nu snap
FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PORTNAME}/
SUB_FILES= pkg-message
do-install:
@${MKDIR} ${STAGEDIR}${FONTDIR}
.for f in ${FONTS}
${INSTALL_DATA} ${WRKSRC}/${f}.pcf.gz ${STAGEDIR}${FONTDIR}
.endfor
${INSTALL_DATA} ${FILESDIR}/fonts.dir ${STAGEDIR}${FONTDIR}
.include <bsd.port.mk>