opnsense-ports/deskutils/charmap/Makefile
Franco Fichtner 5460a9995f */*: sync with upstream
Taken from: FreeBSD
2016-06-18 07:03:58 +02:00

21 lines
437 B
Makefile

# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
PORTNAME= charmap
PORTVERSION= 0.2
PORTREVISION= 5
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.sourcefiles.org/Utilities/GUI/
MAINTAINER= ports@FreeBSD.org
COMMENT= Character map for GNUstep
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back base build gui
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Charmap.app/Charmap
.include <bsd.port.mk>