1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/deskutils/charmap/Makefile

22 lines
437 B
Makefile
Raw Normal View History

# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
PORTNAME= charmap
PORTVERSION= 0.2
2015-08-03 19:25:34 +00:00
PORTREVISION= 5
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.sourcefiles.org/Utilities/GUI/
2012-06-26 05:44:19 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Character map for GNUstep
2010-06-04 13:49:15 +00:00
LICENSE= GPLv2
2015-04-10 07:21:48 +00:00
USES= gnustep
USE_GNUSTEP= back base build gui
2015-08-03 19:25:34 +00:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Charmap.app/Charmap
2015-08-03 19:25:34 +00:00
.include <bsd.port.mk>