1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/misc/libelysium/Makefile
Edwin Groothuis e714e6e216 Updated master_sites. The new master_sites doesn't hold the tarballs
for the current port version, but at least it's a pointer in the
right directory if the port gets updated.

Noticed by: portsurvey
2002-12-27 06:18:36 +00:00

25 lines
617 B
Makefile

# Ports collection Makefile for: libelysium
# Date created: 10 December 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libelysium
PORTVERSION= 0.3.5
CATEGORIES= misc gnome
# The master_site doesn't hold the 0.3.5 tarballs anymore, but is
# a reference for the person who wants to upgrade this port - edwin 20021227
MASTER_SITES= http://elysium-project.sourceforge.net/
MAINTAINER= sobomax@FreeBSD.org
USE_GNOMENG= yes
USE_GNOME= glib12
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>