mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
24 lines
511 B
Makefile
24 lines
511 B
Makefile
# New ports collection makefile for: gbase
|
|
# Date created: Fri Sep 7 22:08:24 EDT 2001
|
|
# Whom: Patrick Li <pat@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gbase
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 5
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.hibernaculum.net/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A program to convert between the 4 common bases used in programming
|
|
|
|
PLIST_FILES= bin/gbase
|
|
USE_GNOME= gtk12
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/gbase ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|