mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
562 B
Makefile
27 lines
562 B
Makefile
|
# New ports collection makefile for: geda
|
||
|
# Version required: 19981117
|
||
|
# Date created: 24 Nov 1998
|
||
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= gEDA-19981117
|
||
|
PKGNAME= geda-19981117
|
||
|
CATEGORIES= cad
|
||
|
MASTER_SITES= http://www.geda.seul.org
|
||
|
|
||
|
MAINTAINER= vanilla@FreeBSD.ORG
|
||
|
|
||
|
LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \
|
||
|
guile.4:${PORTSDIR}/lang/guile
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
GNU_CONFIGURE= yes
|
||
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS}"
|
||
|
|
||
|
post-install:
|
||
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||
|
|
||
|
.include <bsd.port.mk>
|