aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/charmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/charmap/Makefile')
-rw-r--r--deskutils/charmap/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/deskutils/charmap/Makefile b/deskutils/charmap/Makefile
deleted file mode 100644
index eb35bd9a069c..000000000000
--- a/deskutils/charmap/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: gurkan@phys.ethz.ch
-# $FreeBSD$
-
-PORTNAME= charmap
-PORTVERSION= 0.2
-PORTREVISION= 7
-CATEGORIES= deskutils gnustep
-MASTER_SITES= # none
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Character map for GNUstep
-
-LICENSE= GPLv2
-
-DEPRECATED= Mastersite disappeared
-EXPIRATION_DATE= 2018-03-01
-
-USES= gnustep
-USE_GNUSTEP= back base build gui
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Charmap.app/Charmap
-
-.include <bsd.port.mk>