summaryrefslogblamecommitdiff
path: root/converters/gbase/Makefile
blob: 240fe25c0aee41dde852d88bf80c058456f9bc1e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                     
                               
                                                                                   

                   

                     




                                                         
# 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
CATEGORIES=	converters
MASTER_SITES=	http://www.hibernaculum.net/download/

MAINTAINER=	pat@FreeBSD.org
COMMENT=	A program to convert between the 4 common bases used in programming

USE_X_PREFIX=	yes
USE_GNOMENG=	yes
USE_GNOME=	gtk12

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/gbase ${PREFIX}/bin

.include <bsd.port.mk>