mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
a931122c7a
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.
25 lines
466 B
Makefile
25 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>
|