freebsd-ports/deskutils/charmap/Makefile
Mark Linimon a931122c7a Fix up Makefiles for ports that used to fetch from www.sourcefiles.org.
It is gone.

While here, chase other mastersites, pet portlint, and set DEPRECATED
for ports that do not fetch from alternative sites.

Note: most of these ports are ancient and unmaintained.
2018-01-02 01:51:11 +00:00

24 lines
466 B
Makefile

# 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>