aboutsummaryrefslogtreecommitdiffstats
path: root/converters/gbase/Makefile
blob: 3fdb8e1b8b5430800e226de1b8e342ddafac72f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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=   2
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_X_PREFIX=   yes
USE_GNOME=  gtk12

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

.include <bsd.port.mk>