1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/deskutils/charmap/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

24 lines
474 B
Makefile

# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
PORTNAME= charmap
PORTVERSION= 0.2
PORTREVISION= 4
CATEGORIES= deskutils gnustep
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITES= ${MASTER_SITE_GNUSTEP_CH}
MASTER_SITE_SUBDIR= charmap
MAINTAINER= ports@FreeBSD.org
COMMENT= Character map for GNUstep
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
.include <bsd.port.mk>